Labels:text | screenshot | font | number OCR: The Exception Section An English-like Translation EXCEPTION If the NO_ DATA_FOUND exception WHEN NO_DATA_FOUND was raised, then execute the first set of THEN statements. executable_statements1; WHEN payment_overdue If the payment is overdue, then execute THEN the second set of statements. executable_statements2; WHEN OTHERS If any other exception was encountered, THEN executable_statements3; then execute the third set of statements. END;